From e3ac4ccd80a9cb0c10796291dad1dc5c41e1ddf6 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Thu, 11 Mar 2004 01:23:35 +0000 Subject: [PATCH] (foldout-fold-list, foldout-modeline-string): Declare them as variables, not constants. --- lisp/foldout.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/foldout.el b/lisp/foldout.el index 0d7c79ec6f7..10f3cecd3ee 100644 --- a/lisp/foldout.el +++ b/lisp/foldout.el @@ -214,12 +214,12 @@ (if (not (boundp 'outline-minor-mode)) (error "Can't find outline-minor-mode")) -(defconst foldout-fold-list nil +(defvar foldout-fold-list nil "List of start and end markers for the folds currently entered. An end marker of nil means the fold ends after (point-max).") (make-variable-buffer-local 'foldout-fold-list) -(defconst foldout-modeline-string nil +(defvar foldout-modeline-string nil "Modeline string announcing that we are in an outline fold.") (make-variable-buffer-local 'foldout-modeline-string) -- 2.30.2